home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / set < prev    next >
Text File  |  2006-05-02  |  765b  |  19 lines

  1.  
  2. SET %|[-clear | -default] [<key> [<value>]]
  3.  
  4. You can view or change the settings with /SET command.
  5.  
  6. /SET without any arguments displays all the settings. /SET <key> displays settings whose key (partly) matches <key> /SET <key> <value> sets <key> to <value>
  7.  
  8. Boolean settings accept only values ON, OFF and TOGGLE. You can also use /TOGGLE command to change them, so /TOGGLE <key> behaves like /SET <key> TOGGLE. /TOGGLE also accepts arguments ON and OFF when /TOGGLE behaves exactly like /SET.
  9.  
  10. Remember that changes are not saved until you use /SAVE!
  11.  
  12. Examples:
  13.    /SET autolog OFF    - Sets value for setting 'autolog'
  14.    /SET close          - Shows all settings whose variable name
  15.                          contains 'close'. Very practical.
  16.  
  17. See also: TOGGLE
  18.  
  19.